multiple value corrections
authorDeepak Goel <deego@gnufans.org>
Fri, 13 Mar 2009 19:56:33 +0000 (19:56 +0000)
committerDeepak Goel <deego@gnufans.org>
Fri, 13 Mar 2009 19:56:33 +0000 (19:56 +0000)
lisp/ChangeLog

index f45df702a71075416b07a13f7d88e93ac762b49f..128706e4f4b18b377ce2bfbacba455555d7f37e5 100644 (file)
@@ -1,10 +1,13 @@
 2009-03-13  D. Goel  <deego3@gmail.com>
 
-       * midnight.el (midnight-next): Ditto.
 
        * ibuf-ext.el (ibuffer-generate-filter-groups): 
-       (multiple-value-bind .. ls) -> (multiple-value-bind
-       .. (values-list ls))
+       When calling (multiple-value-bind/setq .. ls)
+       ls -> (values-list ls)  throughout. 
+       
+       * progmodes/ebrowse.el: Ditto.
+
+       * midnight.el (midnight-next): Ditto.
 
 2009-03-13  Agustín Martín  <agustin.martin@hispalinux.es>